home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Generate TADS 2.0 documentation
- rem
-
- rem FIRST PASS - generate with dummy t20i_srt.tex
- echo \relax > t20i_srt.tex
- tex tadsman
-
- rem SECOND PASS - generate with INCORRECT t20i_srt.tex
- del t20i_srt.tex
- ren t20i_gen.tex t20i_srt.tex
-
-
- tex tadsman
- if exist t20c_in.tex del t20c_in.tex
- ren t20c_gen.tex t20c_in.tex
-
- rem Sort the index files
- del tadsindx.sor
- sort < tadsindx.tex > tadsindx.sor
- sort < t20i_gen.tex > t20i_srt.tex
-
- rem Run the automated filter on the master index
- uniqind < tadsindx.sor > tadsindx.uni
-
- echo.
- echo.
- echo Now you must hand-edit the generated raw-data index file,
- echo TADSINDX.UNI. When you have completed editing this file,
- echo rename it to TADSINX.TEX and type this command:
- echo.
- echo tads2_3 YES
-
-